condition-table
This command configures the Message Conditions table, which lets you define Message Condition rules. A Message Condition defines special conditions (requisites) for incoming SIP messages.
Syntax
(config-voip)# sbc routing condition-table <Index> (condition-table-<Index>)#
Command |
Description |
---|---|
Index |
Defines the table row index. |
condition |
Defines the condition of the SIP message. |
name |
Defines a descriptive name, which is used when associating the row in other tables. |
Command Mode
Privileged User
Example
This example configures a Message Condition rule whose condition is that a SIP Via header exists in the message:
(config-voip)# sbc routing condition-table 0 (condition-table-0)# name ITSP (condition-table-0)# condition header.via.exists (condition-table-0)# activate